home *** CD-ROM | disk | FTP | other *** search
/ Light ROM 1 / LIGHT-ROM 1 (Amiga Library Services)(1994).iso / ffdisks / d996.lha / Startup-Menu / S / startup-sequence.sm < prev   
Text File  |  1994-04-05  |  789b  |  19 lines

  1. C:SetPatch QUIET                          ; Patch some bugs
  2. C:Assign ENV: Sys:Prefs/Env               ; Assign ENV:, Reqtools requires this
  3.   
  4. IF EXISTS DEVS:Monitors                   ; Active all monitors
  5.  IF EXISTS DEVS:Monitors/VGAOnly          ; so that you can get _any_ 
  6.   DEVS:Monitors/VGAOnly                   ; screenmode.
  7.  EndIF
  8.  C:List >NIL: DEVS:Monitors/~(#?.info|VGAOnly) TO T:M LFORMAT "DEVS:Monitors/%s"
  9.  Execute T:M
  10.  C:Delete >NIL: T:M
  11. EndIF
  12.  
  13. Failat 21
  14. C:Startup-Menu                            ; execute SM. NOTE : SM can load-in
  15. IF WARN                                   ; an alternative prefs file, eg
  16.                                           ; Startup-Menu [prefsfilename]
  17.  execute >NIL: S:Startup-sequence.wb      ; what to do if an error occurs
  18. ENDIF
  19. endcli >NIL: